home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-21 | 1.8 KB | 76 lines | [TEXT/MPS ] |
- #include "Types.r"
-
-
- resource 'ALRT' (666, "error message", preload)
- {
- {80, 100, 200, 400},
- 666,
- {
- OK, visible, silent,
- OK, visible, silent,
- OK, visible, silent,
- OK, visible, silent
- },
- noAutoCenter
- };
-
-
-
- resource 'DITL' (666, "error message", preload) {
- {
- {90, 220, 110, 280},
- Button {
- enabled,
- "OK"
- },
- {10, 60, 80, 300},
- StaticText {
- disabled,
- "^0:\n^1."
- }
- }
- };
-
-
- resource 'STR#' (128, "warnings")
- {
- {
- "Only one game file can be opened at the same time",
- "Printing is not implemented",
- "Processing high level event may have failed",
- "The game file was not saved correctly",
- "Preferences file invalid/outdated\n(don't worry: the default settings are used for once)",
- "The preferences were not saved correctly",
- "A sound resource could not be loaded, sound will be turned off",
- "Trouble playing sound, sound will be turned off",
- "Not enough memory for 3D graphics, switching to simple graphics",
- "Insufficient memory to do this",
- "The boards are out of sync;\nthey will be forced equal",
- "The boards will be forced equal to establish the connection",
- "PPC error",
- "You did not select a valid opponent, so no connection was established",
- "A valid connection could not be established"
- };
- };
-
-
-
- resource 'STR#' (129, "errors")
- {
- {
- "This application needs System Software version 7 or later",
- "Insufficient memory available",
- "Installing high level event handler failed",
- "A resource is could not be loaded",
- "Error reading the Preferences file",
- "Error writing the Preferences file",
- "The abalone programs should be of the same version",
- "Internal error: Unknown search method",
- "Internal error: default in case",
- "Internal error: illegal parameter",
- "Internal error: connection protocol failed",
- "Internal error: wrong PPC data",
- "Internal error"
- };
- };
-